Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

 Helpers

 QuickEQ

 Remapping

 SpecialSources

 Spoofer

 Utilities

  ArrayExtensions

  CavernAmp

  ChannelExtensions

  ColorUtils

  Complex

  ComplexArray

  FFTCache

  Dispose()

  FFTCache(int)

  FFTCache(int, float[], float[])

  IComparable

  IEquatable

  IEquatable

  Linked

  ListExtensions

  Measurements

  RenderStats

  Resample

  RunningChannelSeparator

  ThreadSafeFFTCache

  Tunneler

  VectorExtensions

  VectorUtils

  WaveformUtils

  WindowBase

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

class FFTCache

Precalculated constants and preallocated recursion arrays for a given FFT size.
VisibilityPublic
ExtendsIDisposable

Public functions

void Dispose()Free all used resources if there is any.
Constructor FFTCache(int size)FFT cache constructor.
Constructor FFTCache(int size, float[] cos, float[] sin)Construct an FFT cache with custom look-up tables.

See also

CavernUnity DLL.Cavern.Utilities.ThreadSafeFFTCacheThread-safe version of FFTCache. Uses its own split cache arrays. Use one instance per thread.
CavernUnity DLL.Cavern.Utilities.ThreadSafeFFTCache.ThreadSafeFFTCache(int size)Thread-safe FFTCache constructor. Does not reference shared split arrays.
CavernUnity DLL.Cavern.Utilities.ThreadSafeFFTCache.ThreadSafeFFTCache(int size, float[] cos, float[] sin)Construct a thread-safe FFTCache with custom look-up tables.